h2,
h4,
h5 {
  font-family: 'OfficinaSerif', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 53px;
  font-weight: 800;
  line-height: 1.2;
  color: #1C1C1C;
  margin-bottom: 30px;
}

h2 {
  text-align: left;
  font-size: 49px;
  font-weight: bold;
  color: #1C1C1C;
  margin-bottom: 85px;
}

a {
  color: #1C1C1C;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
}

b {
  font-weight: 700;
}

ol,
ul,
dl {
  margin-bottom: 0;
}

button {
  font-family: 'firasans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #36a748;
  border-radius: 0;
  border: none;
  padding: 10px 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

button:hover {
  background: #3fc154;
}

button:focus {
  outline: none;
}

body {
  font-family: 'firasans', sans-serif;
  font-weight: 400;
  color: #272727;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow-x: hidden;
}

.modal {
  padding: 15px;
}

.modal button {
  display: block;
  margin: 0 auto;
  padding: 15px 50px;
}

.modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}

.modal-header {
  border: 0;
}

.modal-title {
  font-family: 'OfficinaSerif';
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-close svg {
  position: absolute;
  margin-right: 0;
}

form {
  max-width: 350px;
  width: 100%;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efefef;
  margin-bottom: 15px;
  padding: 10px 15px;
}

svg {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
}

.form-warning {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}

.main-screen {
  margin-top: 110px;
  padding-top: 100px;
  padding-bottom: 70px;
  background: #42ba55;
}

.main-screen h3 {
  font-family: 'OfficinaSerifBook', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 65px;
}

.gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gift__img {
  position: relative;
  margin-right: 90px;
}

.gift__img img {
  position: relative;
  max-width: 100%;
}

.gift__img::before {
  content: "";
  position: absolute;
  left: 76px;
  top: -46px;
  width: 284px;
  height: 225px;
  background: url(../img/gift-shadow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gift__container {
  position: relative;
  width: 230px;
}

.gift__text {
  font-family: 'OfficinaSerifBook', sans-serif;
  font-size: 26.82px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.gift__button {
  font-size: 13.41px;
  color: #fff;
  background: #e7277c;
  width: 100%;
  max-width: 100%;
  height: 52px;
}

.gift__button:hover{
    background: #ff378f;
}

.main-screen__img {
  position: relative;
}

.main-screen__img img {
  position: absolute;
  top: -60px;
  right: -110px;
}

.are-you-ready {
  padding-top: 75px;
  padding-bottom: 105px;
}

.are-you-ready .row:nth-child(1) {
  margin-bottom: 130px;
}

.are-you-ready img {
  max-width: 100%;
}

.are-you-ready h2 {
  margin-bottom: 35px;
}

.are-you-ready button {
  font-family: 'firasans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 205px;
  max-width: 100%;
  height: 47px;
}

.are-you-ready__col:nth-child(2) {
  padding-top: 75px;
}

.price-text {
  font-family: 'OfficinaSerif', sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 40px;
}

.green {
  color: #2ca640;
}

.big {
  font-family: 'OfficinaSerif', sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.price-col__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #f5fcff;
  padding: 35px 34px;
}

.price-col__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: #e4eaed;
  z-index: -1;
}

.price-col__img {
  margin-bottom: 30px;
}

.price-col__text {
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
}

.why-are-we {
  position: relative;
  padding: 80px 0;
  background: #e8e8e8;
}

.why-are-we h2 {
  margin-bottom: 15px;
}

.why-are-we h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}

.why-are-we h5 {
  font-size: 18px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}

.why-are-we::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 27.5%;
  /* background: -webkit-gradient(linear, left top, right top, color-stop(0, #34bc74), to(#72af31));
  background: -o-linear-gradient(left, #34bc74 0, #72af31 100%);
  background: linear-gradient(90deg, #34bc74 0, #72af31 100%); */
  background: #e8e8e8;
}

.why-are-we__col {
  min-height: 639px;
}

.why-are-we__col-img {
  background: url(../img/mans.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
}

.why-are-we__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.why-are-we__item {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 35px;
}

.why-are-we__item img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
  -ms-filter: progid: DXImageTransform.Microsoft.grayscale(1);
}

.why-are-we__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}

.why-are-we__list:nth-child(5) .why-are-we__item:nth-child(2),
.why-are-we__item:nth-child(3) {
  text-align: center;
}

.why-are-we__list:nth-child(5) .why-are-we__item {
  margin-bottom: 0;
}

.why-are-we__list:nth-child(5) {
  margin-bottom: 0;
}

.business {
  padding-top: 120px;
}

.business h2 {
  margin: 0 auto;
  margin-bottom: 80px;
}

.slider-wrapper {
  position: relative;
  padding: 40px 0;
}

.slider-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 28.7%;
  background: -webkit-gradient(linear, left top, right top, from(#34bc74), to(#72af31));
  background: -o-linear-gradient(left, #34bc74 0%, #72af31 100%);
  background: linear-gradient(90deg, #34bc74 0%, #72af31 100%);
}

.swiper-container {
  background-color: #fff;
}

.slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 489px;
  background: #fff;
}

.slider .slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  margin-top: -24px;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  position: relative;
  width: 76px;
  height: 76px;
  background: #42ba55;
  outline: none;
  user-select: none;
}

.slider .swiper-button-prev img,
.slider .swiper-button-next img {
  width: 21px;
  height: 10px;
}

.slider .swiper-button-prev {
  margin-right: 8px;
}

.slider .swiper-button-next {
  margin-right: 75px;
}

.slider .swiper-button-next,
.slider .swiper-container-rtl .swiper-button-prev {
  right: inherit;
  left: inherit;
}

.slider .swiper-button-prev,
.slider .swiper-container-rtl .swiper-button-next {
  right: inherit;
  left: inherit;
}

.slider .swiper-slide__content {
  max-width: 635px;
  height: 100%;
  padding-right: 45px;
  background-color: #fff;
}

.slider .swiper-slide__img {
  max-width: 522px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 522px;
          flex: 0 0 522px;
  background: url(../img/kids.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-slide:nth-child(2) .swiper-slide__img{
    background: url(../img/stoma.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-slide:nth-child(3) .swiper-slide__img{
    background: url(../img/food.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .swiper-slide__title {
  font-family: 'OfficinaSerif';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider p {
  font-size: 20px;
  margin-bottom: 30px;
}

.slider .swiper-slide__result {
  font-family: 'OfficinaSerif', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}

.slider .green {
  font-weight: 700;
}

.slider .swiper-slide__item {
  font-size: 20px;
}

.slider .swiper-button-prev:after,
.slider .swiper-button-next:after {
  display: none;
}

.want-also {
  padding: 60px 0;
}

.want-also .want-also__col {
  position: relative;
}

.want-also img {
  position: relative;
  top: 0;
  left: -50px;
}

.want-also h2 {
  font-size: 49px;
  text-align: center;
  margin-bottom: 30px;
}

.want-also button {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 54px;
  width: 235px;
  max-width: 235px;
  margin: 0 auto;
}

.want-also .want-also__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 70px;
}

footer {
  background-color: #edfaef;
  padding: 45px 0;
}

footer .logo {
  margin-right: 160px;
}

footer .contact:nth-child(2) {
  max-width: 31%;
  margin-right: 85px;
}

footer .contact__phone {
  margin-bottom: 10px;
}

footer .contact:nth-child(3) {
  margin-right: 47px;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer__warning {
  color: #e31b1b;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.burger-container {
  display: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  margin-right: 125px;
  max-width: 233px;
}

.logo img {
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contact {
  display: block;
}

.contact:nth-child(1) {
  margin-right: 64px;
}

.contact:nth-child(2) {
  margin-right: 28px;
}

.contact__adress {
  font-family: 'OfficinaSerif', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-right: 15px;
}

.header__button {
  height: 47px;
  margin-left: auto;
}

.social {
  margin-right: 0;
}

.social svg {
  width: 30px;
  height: 30px;
}

.form__descr {
  line-height: 1.7;
  font-size: 14px;
  text-align: left;
  color: #8F8F8F;
  margin-top: 0;
  max-width: 450px;
  margin-top: 10px;
}

.thanks-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 0 15px;
  background: rgba(225, 225, 225, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.thanks-overlay-active {
  visibility: visible;
  opacity: 1;
}

.thanks-mesage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: 260px;
  font-size: 24px;
  padding: 50px;
  margin-bottom: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.thanks-mesage button {
  display: block;
  margin: 0 auto;
}

.thanks {
  font-family: 'OfficinaSerif', sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 30px;
}

.call {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.thanks-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.thanks-close svg {
  position: absolute;
  left: 0;
  margin-right: 0;
}

@media (max-width: 1340px) {
  .main-screen__img img {
    right: 0;
    top: -20px;
    max-width: 440px;
  }
}

@media (max-width: 1199px) {
  .logo {
    max-width: 180px;
    margin-right: 90px;
  }

  .contact:nth-child(1) {
    margin-right: 25px;
  }

  .main-screen-col:nth-child(1) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .main-screen-col:nth-child(2) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  h1 {
    font-size: 43px;
  }

  .main-screen h3 {
    font-size: 25px;
  }

  .main-screen__img img {
    right: 0;
    top: -20px;
    max-width: 440px;
  }

  h2 {
    font-size: 43px;
  }

  .are-you-ready img {
    max-width: 80%;
  }

  .big {
    font-size: 43px;
  }

  .price-text {
    padding-left: 15px;
  }

  .price-col__inner {
    padding: 25px;
    min-height: 231px;
  }

  .why-are-we__col-img {
    background-position: -42px;
  }

  .business {
    padding-top: 80px;
  }

  .slider .swiper-slide__img {
    max-width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }

  .want-also img {
    left: 0;
    max-width: 70%;
  }

  .want-also h2 {
    font-size: 43px;
  }

  .want-also .want-also__col:nth-child(2) {
    padding-left: 0;
  }

  footer .logo {
    margin-right: 100px;
  }

  footer .contact:nth-child(2) {
    max-width: 36%;
    margin-right: 40px;
  }

  footer .social {
    margin-left: auto;
  }

  footer .social svg:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .contact:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contact:nth-child(2) {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .header__button {
    margin: 0 auto;
    margin-top: 30px;
  }

  .contact__phone {
    margin-right: 0;
    text-align: center;
  }

  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    text-align: center;
  }

  header .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    top: 82.06px;
  }

  .main-screen {
    margin-top: 82.06px;
    padding-top: 60px;
  }

  .main-screen__img img {
    max-width: 290px;
  }

  h1 {
    font-size: 33px;
  }

  .main-screen h3 {
    font-size: 20px;
  }

  .gift__img {
    margin-right: 50px;
  }

  .gift__text {
    font-size: 23px;
  }

  .are-you-ready img {
    max-width: 90%;
  }

  .are-you-ready__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  h2 {
    font-size: 33px;
  }

  .are-you-ready button {
    font-size: 14px;
  }

  .are-you-ready .row:nth-child(1) {
    margin-bottom: 90px;
  }

  .price-text {
    font-size: 33px;
  }

  .price-col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .price-col:last-child {
    margin-top: 30px;
  }

  .are-you-ready .row:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .why-are-we__col:first-child {
    display: none;
  }

  .why-are-we__col:nth-child(2) {
    background: #fff;
    padding: 50px;
  }

  .are-you-ready {
    padding-bottom: 60px;
  }

  .why-are-we {
    padding: 60px 0;
  }

  .business {
    padding: 60px 0;
  }

  .slider .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .slider .swiper-slide__content {
    max-width: 50%;
    padding-right: 20px;
  }

  .slider .swiper-slide__img {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .slider .slider__nav {
    position: relative;
    top: 80px;
  }

  .slider-wrapper {
    padding-bottom: 60px;
  }

  .slider .swiper-slide__img {
    background-position: left;
    background-size: cover;
  }

  .want-also .want-also__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .want-also h2 {
    font-size: 33px;
  }

  .want-also button {
    font-size: 14px;
  }

  footer .logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  footer .logo img {
    width: 180px;
  }

  footer .contact:nth-child(2) {
    text-align: left;
    max-width: 50%;
  }

  footer .contact:nth-child(3) {
    text-align: left;
  }

  header {
    padding: 14px 0;
  }

  header .nav-container {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 82.06px;
    left: 0;
    background: #F3F9FF;
    padding-top: 0;
    height: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
  }

  header .nav-container__active {
    height: 100vh;
    padding-top: 0;
  }

  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  header nav ul li {
    margin-right: 0;
    margin-bottom: 30px;
  }

  header nav ul li a {
    font-size: 18px;
  }

  header .sity-and-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .sity-option {
    margin-bottom: 30px;
    margin-right: 0;
  }

  nav {
    margin-right: 0;
  }

  .burger-container {
    display: block;
    z-index: 100;
    position: fixed;
    height: 82.06px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .burger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    z-index: 100;
    display: block;
  }

  .burger span {
    position: relative;
    width: 30px;
    height: 3px;
    margin-bottom: 7px;
    background: #000;
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .burger span:nth-child(2) {
    width: 22px;
    margin-left: auto;
  }

  .burger span:nth-child(3) {
    margin-bottom: 0;
  }

  .burger .span1-active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }

  .burger .span2-active {
    opacity: 0;
  }

  .burger .span3-active {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
  }

  .phone {
    text-align: center;
  }

  .phone .phone__icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 320px;
    padding: 30px 20px;
  }

  .modal-content button {
    width: 100%;
    max-width: 100%;
  }

  .modal-title {
    font-size: 18px;
  }

  .logo {
    max-width: 120px;
    margin-right: 0;
  }

  .burger-container {
    height: 64.05px;
  }

  header .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    top: 64.05px;
  }

  .container {
    max-width: 320px;
  }

  .main-screen {
    padding-top: 50px;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .main-screen-col:nth-child(2) {
    display: none;
  }

  .main-screen-col:nth-child(1) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .main-screen h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }

  .main-screen h3 br {
    display: none;
  }

  .gift {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .gift__container {
    width: 100%;
  }

  .gift__img img {
    max-width: 100px;
  }

  .gift__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    margin-right: 20px;
  }

  .gift__img::before {
    display: none;
  }

  .gift__text {
    font-size: 18px;
  }

  .gift__button {
    font-size: 12px;
    max-width: 100%;
    width: 100%;
  }

  .are-you-ready__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .are-you-ready img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }

  .are-you-ready__col:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .are-you-ready__col:nth-child(2) {
    padding-top: 0;
  }

  .are-you-ready h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .are-you-ready button {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .price-text {
    font-size: 24px;
    line-height: 1.3;
  }

  .big {
    font-size: 35px;
  }

  .price-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .why-are-we::before {
    width: 40%;
  }

  .why-are-we__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
    margin-bottom: 25px;
  }

  .why-are-we__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .why-are-we__list:nth-child(5) .why-are-we__item {
    margin-bottom: 25px;
  }

  .why-are-we__col:nth-child(2) {
    padding: 30px;
  }

  .why-are-we {
    padding: 50px 0;
  }

  .business {
    padding: 50px 0;
  }

  .price-col__text {
    font-size: 16px;
  }

  h2 {
    font-size: 24px;
  }

  .why-are-we h4 {
    font-size: 16px;
  }

  .business h2 {
    margin-bottom: 50px;
  }

  .slider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }

  .slider .swiper-slide__content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    background: none;
  }

  .slider .swiper-button-next {
    margin-right: 0;
  }

  .slider-wrapper::before {
    display: none;
  }

  .slider .swiper-slide__title {
    font-size: 24px;
  }

  .slider p {
    font-size: 16px;
  }

  .slider .swiper-slide__item {
    font-size: 16px;
  }

  .slider .swiper-slide {
    min-height: auto;
    background: #f5fcff;
  }

  .want-also .want-also__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .want-also .want-also__col:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .want-also .want-also__col:first-child img {
    display: block;
    margin: 0 auto;
  }

  .slider-wrapper {
    padding-top: 0;
  }

  .want-also h2 {
    font-size: 24px;
    text-align: center;
  }

  .want-also button {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .want-also .want-also__col:nth-child(2) {
    padding-left: 15px;
  }

  footer .logo {
    margin-right: 0;
  }

  footer .logo img {
    display: block;
    width: 120px;
    margin: 0 auto;
  }

  footer .contact:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  footer .contact:nth-child(3) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  footer .social {
    margin: 0 auto;
  }

  .popup {
    max-width: 320px;
    padding: 50px 25px;
    min-height: 380px;
  }

  .popup form button {
    font-size: 18px;
    letter-spacing: 0.1rem;
    width: 100%;
  }

  .popup form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .popup .popup__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .popup__sub-title {
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .popup__sub-title br {
    display: none;
  }

  .popup form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup form button {
    height: 50px;
  }

  .thanks-mesage {
    max-width: 320px;
    padding: 50px 25px;
  }

  .thanks {
    font-size: 24px;
  }

  .call {
    line-height: 1.3;
  }

  .thanks-mesage button {
    height: 50px;
  }

  .thanks-close {
    top: 5px;
    right: 5px;
    background: 0 0;
  }

  .thanks-close svg {
    width: 15px;
    height: 15px;
  }
}

.are-you-ready .are-you-ready__col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.are-you-ready .are-you-ready__col:nth-child(2) h2 {
  text-align: center;
}

.count {
  top: 0px;
  position: relative;
  width: 140px;
  height: 76px;
  font-size: 26px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 500px) {
  .slider .swiper-slide-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 35px 15px !important;
  }
}

@media (max-width: 520px) { 
  .slider .swiper-slide {
    flex-direction: column-reverse;
  }
}

.title-second {
  margin: -50px 0 60px 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 520px) {
  .slider .swiper-slide__img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 180px !important;
    flex: auto;
    max-width: 100%;
  }

  .why-are-we__col-img {
    max-height: auto !important;
  }

  .why-are-we__col:first-child {
    padding: 0;
    display: block;
    flex: 35% 0 0 0;
    height: 260px !important;
    min-height: 260px;
    overflow: hidden;
  }

  .why-are-we__col-img {
    background-position: center center;
    height: 100%;
    zoom: 0.7;
  }

  .title-second {
    margin: -30px 0 30px 0;
    padding: 0 15px;
    font-size: 14px;
  }

  .other-stories {
    margin-left: 78px !important;
  }
}

.other-stories {
  margin: 70px 0 0 82px;
  position: absolute;
  width: auto;
  height: 30px;
  z-index: 10;
  font-size: 18px;
}

@media all and (-ms-high-contrast:none)
{
  *::-ms-backdrop, .swiper-pagination-fraction { 
    line-height: 74px;
  }

  *::-ms-backdrop, .other-stories { 
    margin-top: 90px;
  }
}

.pointer {
  cursor: pointer;
}

.call {
  width: 100%;
  text-align: center;
}